home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / library / pchlbv4f.rdm < prev    next >
Text File  |  1996-05-20  |  1KB  |  35 lines

  1. Short:    Fixes for patch.library V4.
  2. Author:   snfuchs@sokrates.franken.de
  3. Uploader: snfuchs@sokrates.franken.de
  4. Type:     util/libs
  5.  
  6.  
  7. This release of patch.library (V4.107) fixes the following bugs:
  8.  
  9. - New feature: On Kick 3.0 and above patch.library now installs
  10.       a low-memory handler
  11.  
  12. - Using the TaskList feature caused the patch to crash
  13.       (My Assembler was optimizing a jsr to bsr)
  14.       This fix makes PatchWBPens work again.
  15.  
  16. - patch.library, in conjunction with the support program PatchSetFunc,
  17.       was unable to remove patches, which replaced a whole function.
  18.       This also fixes crashes with LoadResource.
  19.  
  20.  
  21. - patch.library did not work correctly with PatchControl:
  22.       It no longer writes directly into the jump-table, if the
  23.       support program PatchSetFunc is not installed.
  24.       It uses exec/SetFunction() instead.
  25.  
  26. - A possible deadlock problem, when waiting for a patch to finish has
  27.   been removed
  28.  
  29. - The task/taskname filtering system broke in early V4
  30.  
  31.  
  32.  
  33. The full patch.library package is available on Aminet
  34.    utils/libs/PatchLibV4.lha
  35.